home *** CD-ROM | disk | FTP | other *** search
/ PC Media 3 / PC MEDIA CD03.iso / share / prog / qmath10 / readme < prev   
Encoding:
Text File  |  1993-07-12  |  714 b   |  20 lines

  1. Fast 64-bit Signed Integer Arithmetic Routines
  2. ----------------------------------------------
  3.  
  4. QUAD.ASM        for XT and AT
  5. QUAD3-16.ASM    for 386 and higher in 16-bit mode
  6. QUAD3-32.ASM    for 386 and higher in 32-bit mode
  7.  
  8. Notes:
  9.  
  10. These routines preserve only registers SI and DI (QUAD.ASM and
  11. QUAD3-16.ASM) or ESI and EDI (QUAD3-32.ASM). If you compiler requires
  12. that other registers are also preserved then change the source
  13. accordingly. (For example, in the x-model of Zortech C++ EBX must also
  14. be preserved.)
  15.  
  16. You cannot change this signed divide routine to unsigned divide simply
  17. by ignoring the sign. If you require an unsigned divide then ask me.
  18.  
  19. Roger Moser (Compuserve 100111,762)
  20.